home *** CD-ROM | disk | FTP | other *** search
/ Shareware Grab Bag / Shareware Grab Bag.iso / 001 / prcmtlx.arc / EZ.CMD < prev    next >
OS/2 REXX Batch file  |  1986-04-05  |  2KB  |  27 lines

  1. /**********************************************************************/
  2. /*                                                                    */
  3. /* Sample command file for automatic logon to EASYLINK systems        */
  4. /*                                                                    */
  5. /**********************************************************************/
  6. %P"60"               /* Set response time to 60 sec.                  */
  7. %ST"1"               /* Set alarm to 1 sec.                           */
  8. %YUCx                /* Add LF to CR.                                 */
  9. %LPo                 /* Turn on printer.                              */
  10. %C"XX#"              /* Call dialing directory entry number for EZL   */
  11. %I"ID?"              /* Wait for ID request prompt...                 */
  12. %W"2"                /* Wait 2 seconds                                */
  13. %T"YOUR EASYLINK ID GOES HERE!"            /* Send ID.                */
  14. %I"PTS"              /* Wait for telex number request...              */
  15. %W"2"                /* Wait 2 seconds                                */
  16. %T"TELEX NUM!"       /* Send TELEX number.                            */
  17. %I"GA"               /* Wait for Go Ahead message.                    */
  18. %W"2"                /* Wait 2 seconds                                */
  19. %LO"TELEX.LOG"       /* Save msg to master file                       */
  20. %XUA"TELEX"          /* Transmit telex message.                       */
  21. %T"MMMM!MMMM!"       /* Transmit end message.                         */
  22. %I"NO CARRIER"       /* Easylink is finished.                         */
  23. %LPC                 /* Turn off printer.                             */
  24. %LC                  /* Close log file.                               */
  25. %A                   /* Sound alarm to let you know logon is complete */
  26. %Q                   /* EXIT                                          */
  27.